<Skullcat w='128px' />
<Header px={3}><h1>Trying to make the web: fast, readable, and easy to navigate.</h1></Header>Duis vel hendrerit dolor, quis pharetra orci. Proin eu faucibus eros, in imperdiet lacus. Vivamus neque ipsum, eleifend at tortor quis, venenatis hendrerit ante. Aliquam dolor diam, venenatis scelerisque lacus vel, egestas pharetra quam.
Not much text here at all
<Card
w={1}
href="http://tachyons.io"
title="A sample card title"
text="Duis vel hendrerit dolor, quis pharetra orci. Proin eu faucibus eros, in imperdiet lacus. Vivamus neque ipsum, eleifend at tortor quis, venenatis hendrerit ante. Aliquam dolor diam, venenatis scelerisque lacus vel, egestas pharetra quam."
image="https://mrmrs.github.io/photos/u/004.jpg"
/>
<LogoLab />



<Img mb={3} src="http://mrmrs.github.io/photos/011.jpg" /><H1 fontSize={7}>Trying to make the web: fast, readable, and easy to navigate.</H1><H2>THE VEIL OF IGNORANCE</H2>
<H3>UI development as a first-class citizen</H3>
<H4>What is a component?</H4>
Everything is a component. A link is a component. A text input with a label is a component. A modal is a component. A page is a component. Components can be composed of other components.
The single hardest part of front-end development at any scale is making changes to code and understanding all of the resulting visual and behavioral effects that will occur across the application.
<P fontSize={4}>Everything is a component. A link is a component. A text input with a label is a component. A modal is a component. A page is a component. Components can be composed of other components.</P><Flexbox>Hello</Flexbox>
<Div>Hello</Div>
<AspectRatio>Hello</AspectRatio>
<Container>Hello</Container>
<Nav>Hello</Nav>
<Ul>Hello</Ul>
<ListItem>Hello</ListItem>
<Span>Hello</Span>
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="currentColor" d="M16 7 C13 7 2 9 2 16 C2 23 6 23 10 24 L11 28 L12 26 L20 26 L21 28 L22 24 C26 23 30 23 30 16 C30 9 19 7 16 7 M4 18 A4 4 0 0 1 12 18 A4 4 0 0 1 4 18 M20 18 A4 4 0 0 1 28 18 A4 4 0 0 1 20 18 "/> </Svg>